#mairie-bng {
    --hauteur-boutons-modules-nav: 60px;

    --écart-lignes-boutons-menus: 32px;
    --écart-colonnes-boutons-menus: 32px;

    --hauteur-boutons-rubriques-nav: 80px;

    --espacement-vertical-nav: 24px;

    --fond-bouton-défilement: #25aed6;

    background-color: white;
}

#mairie-bng .menu button {
    background-color: #25aed6;
    flex-direction: column;
    border-radius: 4px;
    box-shadow: 2px 3px 4px #00000029;
}
#mairie-bng .menu button:nth-child(4n-1),
#mairie-bng .menu button:nth-child(4n-2) {
    background-color: #4E77B9;

}
#mairie-bng .menu button img{
    margin-bottom: 25px;
}
#mairie-bng .menu button span {
    color: white;
    font-family: "OpenSans";
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
}


#mairie-bng .rubrique-titre {
    height: 66px;
    background-color: #25aed6;
    padding: 0 24px;

    flex-shrink: 0;

    border-radius: 4px;

    font-family: 'OpenSans';
    font-weight: 600px;
    font-size: 21px;
    color: white;
}
#mairie-bng .rubrique-titre .ariane-titre,
#mairie-bng .rubrique-titre .chemin {
    text-transform: uppercase;
}
#mairie-bng .rubrique-titre img {
    max-height: 40px;
    margin-right: 16px;
}

#mairie-bng .modules-nav button {
    width: 118px;
    border-radius: 4px;

    background-color: #252528;
}
#mairie-bng .modules-nav button span {
    display: none;
}
#mairie-bng .modules-nav .module-bouton-accueil img {
    filter: invert(1) brightness(100);
}
#mairie-bng .modules-nav .module-bouton-retour img {
    content: url('../../assets/img/btn-back.svg');
}

#mairie-bng main > nav .rubriques button {
    flex-basis: 0;
    padding: 0 8px;

    border-radius: 4px;
    background-color: #009FE3;

    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 14px;
    color: white;
    white-space: break-spaces;
}
#mairie-bng main > nav .rubriques button:nth-child(odd) {
    background-color: #2386B0;
}
#mairie-bng main > nav .rubriques button.actif {
    background-color: #252528;
}


#mairie-bng .page-veille .carrousel {
    background: none;
}

#mairie-bng .liseuse .module-récupération {
    position: absolute;
}